home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980901-19981211 / 000115_news@newsmaster….columbia.edu _Wed Oct 7 11:46:57 1998.msg < prev    next >
Internet Message Format  |  1998-12-10  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA03775
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 7 Oct 1998 11:46:53 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA01481
  7.     for kermit.misc@watsun; Wed, 7 Oct 1998 11:46:53 -0400 (EDT)
  8. Newsgroups: comp.protocols.kermit.misc
  9. Path: news.columbia.edu!panix!logbridge.uoregon.edu!nntprelay.mathworks.com!ix.netcom.com!gerlach
  10. From: gerlach@netcom.com (Matthew H. Gerlach)
  11. Subject: Re: Telnet disconnect
  12. Message-ID: <gerlachF0GrDw.JtL@netcom.com>
  13. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  14. References: <F04wA5.DqL@cix.compulink.co.uk> <6v0b8l$ppa$1@samba.rahul.net>
  15. Date: Wed, 7 Oct 1998 15:37:08 GMT
  16. Lines: 16
  17. Sender: gerlach@netcom14.netcom.com
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9299
  19.  
  20. In article <6v0b8l$ppa$1@samba.rahul.net> dold@network.rahul.net writes:
  21. >Lygo Systems (lsystemsd@cix.compulink.co.uk) wrote:
  22. >
  23. >: I have a number of users connecting with MS-DOS Kermit telnet sessions 
  24. >: into Redhat Linux (4.2 & 5.1).  If they close the connection with the 
  25. >: normal Kermit exit command without first logging off, then the telnet 
  26. >: session is closed on Linux which is just what I want.  If, however, they 
  27. >: reboot their PC with ALT CTL DEL then the session stays active.
  28.  
  29. Depending on the shell that the users  use on the Linux box, one could
  30. have the shell implement an idle timeout.  The Bourne Again Shell, bash,
  31. has such a feature.  So if the user doesn't enter commands for a while
  32. it closes the shell which in turn would close down the telnet session.
  33. This feature is discussed in the O'Reilly BASH book.
  34.  
  35. Matthew H. Gerlach